home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / x11 / xlincity098.lha / README.INSTALL < prev    next >
Text File  |  2004-10-20  |  4KB  |  102 lines

  1. INSTALLATION:
  2.  
  3. --------- NOTE: 
  4. If you have a version less than 0.95 installed on your system, you MUST
  5.                       ^^^^^^^^^^^^^^^^^^^^^^^^                     ^^^^
  6. remove the following symlinks with:
  7.                 rm /usr/local/bin/lin-city
  8.                 rm /usr/local/bin/xlin-city
  9. You should also get rid of the old source tree (although this isn't strictly
  10. necessary), with
  11.                 rm -r /usr/local/games/lin-city
  12. ---------
  13.  
  14. To install LinCity, (as root) untar the file lincity098-src.tgz (or
  15. lincity098-elfbin.tgz)
  16.  
  17.      tar -xzvf lincity098-src.tgz  (or lincity098-elfbin.tgz)
  18.  
  19. This will unpack the game into the directory ./lincity098 
  20. If you want to install the binaries and library/data files (...elfbin only)
  21. go into the directory ./lincity098 and type
  22.  
  23.       make install      This will install the Linux SVGA and X elf binaries
  24.                         if you got the elfbin version. If you got the source
  25.                         only version, (or you are non-elf or non-Linux)
  26.                         you will have to compile the program.
  27.  
  28. This will install the binaries in /usr/local/bin/ and the library/data files
  29. in /usr/local/lib/lincity/ . If you want to install the -libraries- to a
  30. different place, you will have to edit the Makefile and recompile. (The
  31. binaries can go anywhere on your path.)
  32.  
  33.  
  34. Installing to a different directory
  35. ===================================
  36. Binaries:
  37.           Edit the Makefile and change LC_BINDIR the where you want the
  38.           binaries installed. Then simply make install.
  39. Library/data files:
  40.           Edit the Makefile, changing LC_LIBDIR
  41.           Then compile the source (eg make lincity) and make install.
  42.  
  43.  
  44. If you want to compile the source
  45. =================================
  46.  
  47.           make clean
  48.           make lincity    (or, make [ xlincity | hpux | solaris ])
  49. _then_    make install
  50.      
  51.      [ you can type  'make'  on its own to see what options you have and
  52. where the files will be installed. ]
  53.  
  54.  NOTE: If you don't run an ELF system, you will have to compile the source.
  55.  
  56.  
  57. Running LinCity.
  58. ===============
  59.  
  60. As a user, run the game with the command
  61.  
  62.       lincity         (or,  xlincity)
  63.  
  64. Press space to get past the opening screen, then select an option from the
  65. large window.
  66.  
  67. If you need to claw back some HD space, you can delete the source tree after
  68. you have installed.
  69.  
  70.  
  71. NOTES FOR X VERSION
  72. ===================
  73.  
  74. When playing in 256 colour (8bbp) display modes, when you go over the edge
  75. of your window, the window manager changes the colour palette back to the
  76. 'normal' one, then back to the game's one when the mouse reenters the
  77. window. This is what is supposed to happen, but can be a bit annoying when
  78. trying to click on areas close to the edge and overshooting. For this
  79. reason, I have added an extra border around the game to give players a bit
  80. of 'breathing space'.
  81.  
  82. You can disable this feature by starting the game with a '-b' switch. ie.
  83.  
  84.                  xlincity -b
  85.  
  86. Istalling picedit
  87. =================
  88.  
  89. picedit is a simple drawing program that was used to draw all the icons
  90. found within the game. You are free to play with this, and even send me
  91. new icons that you have designed - although I cannot guarantee that any
  92. icons sent to me will be included in later versions. If you intend to design
  93. some that you feel should be included, please e-mail me first, this may save
  94. a lot of wasted effort.
  95.  
  96.     make picedit   (or make xpicedit)
  97.  
  98. will compile *and install* picedit to /usr/local/bin, and its data files
  99. to /usr/local/lib/lincity.  If you want these installed somewhere else
  100. edit the Makefile as for lincity.
  101.  
  102.